raar.register
Interface RADataType

All Superinterfaces:
RAAllowed, java.io.Serializable
All Known Subinterfaces:
RAElemDataType, RANonElemDataType
All Known Implementing Classes:
RAList, RARandomReal, RAReal, RAString, RAType

public interface RADataType
extends RAAllowed


Field Summary
static int RA_LIST
           
static int RA_REAL
           
static int RA_STRING
           
static int RA_TYPE
           
 
Method Summary
 java.lang.Object clone()
           
 int getType()
           
 
Methods inherited from interface raar.register.RAAllowed
canContain, makeClone
 

Field Detail

RA_REAL

static final int RA_REAL
See Also:
Constant Field Values

RA_STRING

static final int RA_STRING
See Also:
Constant Field Values

RA_TYPE

static final int RA_TYPE
See Also:
Constant Field Values

RA_LIST

static final int RA_LIST
See Also:
Constant Field Values
Method Detail

getType

int getType()

clone

java.lang.Object clone()